home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc B) / Acorn User China CD-ROM (UK) (Disc B).bin / STUTTGART / ETC / AIM / !aim_macros__modfsch < prev    next >
Encoding:
Text File  |  1990-09-08  |  713 b   |  21 lines

  1. * Modify the resulting scheme (in B) of demosch:
  2. * This macro forms part demosch.
  3. *
  4. * Demonstration using don,5 display mode 
  5. * Ed Doppenberg 5-8-90
  6. * ------------------------------------------------
  7. don 4
  8. clear c
  9. bcopy 1 5 b c   * copy op.amp in bit plane 5 (red)
  10. bcopy 2 2 b c   * copy resistors in bit plane 2 (blue)
  11. bcopy 3 3 b c   * copy capacitors in bit plane 3 (green)
  12. bcopy 6 4 b c   * copy vert.+horiz.+cap. bit plane 4 (l.blue)
  13. exor 3 4 4 c    * strip capacitors
  14. bcopy 7 7 b c   * copy endpoints + vert+horizon in bit plane 7 (yellow)
  15. exor 4 7 7 c    * strip,
  16. and 4 7 7 c     * every thing execpt endpoints
  17. exor 7 4 4 c    * strip endpoints 
  18. don,5
  19. gdisp c
  20. don 1           * back to normal display mode
  21.